Update tar dependency
authorAlex Crichton <alex@alexcrichton.com>
Sun, 1 Mar 2015 19:09:40 +0000 (11:09 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 1 Mar 2015 19:09:40 +0000 (11:09 -0800)
Fixes a bug reported in alexcrichton/flate2-rs#15 where the header wasn't being
properly read.

Cargo.lock

index 7183efecfa2d990dea71310650b879540872c00e..6e572b3061743228954a804d66118474062f6c47 100644 (file)
@@ -17,7 +17,7 @@ dependencies = [
  "registry 0.1.0",
  "rustc-serialize 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "semver 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "tar 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tar 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "term 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "threadpool 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "time 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -251,7 +251,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "tar"
-version = "0.2.2"
+version = "0.2.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]